home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / imlib201 / usimple.dfm / usimple.txt
Text File  |  1996-09-15  |  791b  |  42 lines

  1. object Form1: TForm1
  2.   Left = 82
  3.   Top = 81
  4.   Width = 441
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object MultiImage1: TMultiImage
  14.     Left = 0
  15.     Top = 0
  16.     Width = 382
  17.     Height = 273
  18.     Center = True
  19.     JPegDither = 4
  20.     JPegResolution = 8
  21.     JPegSaveQuality = 25
  22.     JPegSaveSmooth = 0
  23.     ImageName = 'file not found'
  24.   end
  25.   object Button1: TButton
  26.     Left = 384
  27.     Top = 0
  28.     Width = 49
  29.     Height = 273
  30.     Caption = '&open'
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object OpenDialog1: TOpenDialog
  35.     Filter = 
  36.       'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
  37.       '*.wmf'
  38.     Left = 376
  39.     Top = 8
  40.   end
  41. end
  42.